From: Adrian Robert Date: Fri, 16 Oct 2009 03:09:09 +0000 (+0000) Subject: Remove DARWIN_OS/_LP64 special case. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~6586 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=39b8097fe95c4b97bec5d17ad092bb9345130d64;p=emacs.git Remove DARWIN_OS/_LP64 special case. --- diff --git a/src/m/intel386.h b/src/m/intel386.h index 8e683e26982..7c19a3e0d4b 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -103,12 +103,5 @@ NOTE-END */ #define SEGMENT_MASK ((SEGMENT_SIZE)-1) #endif -#if defined (DARWIN_OS) -#ifdef _LP64 -/* For Intel Mac, with CC='gcc -arch x86_64'. */ -#define NO_ARG_ARRAY -#endif -#endif - /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec (do not change this comment) */